github.com/andybalholm/brotli.hashForgetfulChain.head (field)
8 uses
github.com/andybalholm/brotli (current package)
hash_forgetful_chain.go#L48: head []uint16
hash_forgetful_chain.go#L68: h.head = make([]uint16, bucketSize)
hash_forgetful_chain.go#L87: h.head[bucket] = 0xCCCC
hash_forgetful_chain.go#L97: for i := range h.head {
hash_forgetful_chain.go#L98: h.head[i] = 0
hash_forgetful_chain.go#L121: h.banks[bank][idx].next = h.head[key]
hash_forgetful_chain.go#L123: h.head[key] = uint16(idx)
hash_forgetful_chain.go#L209: var slot uint = uint(h.head[key])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |